Increase timeout while waiting for console/tty node to appear in the store:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 10:56:11 +0000 (11:56 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 10:56:11 +0000 (11:56 +0100)
commitef1189d8066d8f158e1b3491dc0849f566ec66cf
tree179540b0237dce3053cc74f86e40cd8375671d19
parent92b9cad184382f3ae471e6bf0a1b45d1e8897499
Increase timeout while waiting for console/tty node to appear in the store:
the intention appears to have been 500msec, but struct timeval when used with
a select() is in usec, not msec.  The timeout has been set to 250msec (500msec
seems a little long, in any case).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/console/client/main.c